home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- sound stop 1
- sound stop 2
- puppetSound("thet levelth")
- set the castNum of sprite the clickOn to 1 + the castNum of sprite the clickOn
- repeat while the mouseDown
- updateStage()
- end repeat
- updateStage()
- if the soundBusy of 1 then
- repeat while the soundBusy of 1
- end repeat
- end if
- puppetSound(0)
- repeat with xxx = 1 to 48
- puppetSprite(xxx, 0)
- end repeat
- go("levels")
- end
-